body {
    font-family: 'Poppins', sans-serif;
}


/* Colors
    Violet: #581C58
    Pink Bright: #E02B7E
    Pink Light: #FF6EB1
    Green: #18AA67
    Yellow: #FFB813
    Flash Green: #63e329
*/

.clear-pm {
    margin: 0;
    padding: 0;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.gb-empty {
    height: 8em;
}

.gb-empty-sm {
    height: 3em;
}

.gb-dark-depth {
    text-shadow: 0px 2px 0px #00000059;
}

.text-thin {
    font-weight: 500;
}

.add-relative {
    position: relative;
}

h6 {
    line-height: 1.3em;
}

.gb-violet {
    background-color: #581C58;
}

.gb-violet-text {
    color: #581C58;
}

.gb-pink {
    background-color: #cb217b;
}

.gb-violet-light-1 {
    background-color: #735073;
}

.gb-h2 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    line-height: 0.9em;
    margin: 0;
    font-size: 2.6em;
    font-weight: 900;
    font-style: italic;
}

.img-centre {
    display: block;
    margin: auto;
}

.dropdown-content {
    background-color: #FFFFFF;
    margin: 0;
    display: none;
    min-width: 10em;
    max-height: auto;
    overflow: hidden;
    /* Changed this from overflow-y:auto; to overflow:hidden; */
    opacity: 0;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
    top: 101% !important;
}

#gb-nav nav {
    background-color: white;
    color: #581C58;
    /* padding: 1em; */
    /* height: 84px; */
}

#gb-nav li a {
    display: block;
    /* padding: .5rem 1rem; */
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #E02B7E;
    font-family: 'Poppins', sans-serif;
}

.nav-active {
    /* border-top: 3px solid #E02B7E; */
    background: #ffe8f3;
}

#logo-container {
    padding-top: 0.2em;
    display: block;
}

#gb-games-section h4 {
    font-weight: 900;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
}

.dropdown-content a:hover {
    background-color: #f2f2f2;
}

.sidenav-trigger {
    color: #581C58;
}

.sidenav li a {
    font-size: 1em;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    color: white;
}

#gb-nav #gb-nav-mobile a {
    color: #FF6EB1;
}

.sidenav a.shift-right {
    font-size: 0.95em;
    padding-left: 3.5em;
}

.cover-back {
    /* background: #581C58; */
    background: rgb(88, 28, 88);
    background: linear-gradient(180deg, rgba(88, 28, 88, 1) 0%, rgba(163, 41, 126, 1) 100%);
}

.squeeze {
    letter-spacing: -0.08em;
}

#gb-logo {
    max-height: 40px;
}

#gb-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.4em;
    letter-spacing: 0.02em;
    text-shadow: 0px 4px 0px #B81D5D, 0 -2px 0 #ffd65d, 0 5px 2px #140314;
    position: relative;
    line-height: 1em;
    margin-top: 1.2em;
    color: rgb(255 184 19);
    font-weight: 900;
    font-style: italic;
}

.gb-h-common {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    letter-spacing: 0.02em;
    font-weight: 900;
}

#gb-leaf {
    position: absolute;
    top: -0.65em;
    left: 4.5em;
}

#gb-tetris-logo {
    /* margin: auto;
    display: block; */
    /* position: absolute; */
    bottom: 0%;
    right: 15%;
}

#svg-cover-left {
    overflow: hidden;
    vertical-align: middle;
    position: absolute;
    clip-path: inset(0 0 57% 0);
    bottom: -14em;
    left: 2em;
}

#svg-cover-right-bottom {
    position: absolute;
    clip-path: inset(0 0 15% 0);
    right: -2em;
    bottom: -1.5em;
}

#svg-cover-right-top {
    position: absolute;
    clip-path: inset(50% 0 0 0);
    right: 5em;
    top: -5em;
}

.gb-left-float-logo {
    clip-path: inset(35% 10% 0 0);
    position: absolute;
    left: 2em;
    height: 300px;
    width: 600px;
    /* background-image: url(../images/branding/logo.svg); */
    background-position: 0 10em;
    background-repeat: no-repeat;
    fill: #581C58;
}

.gb-jumbo {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
    border-radius: 0;
    background: #581C58;
    /* background: linear-gradient(0deg, #a31750 100%, #680f46 0%); */
}

@media (min-width: 768px) {
    .gb-jumbo {
        padding-top: 6rem;
        padding-bottom: 8rem;
    }
}

.gb-jumbo p:last-child {
    margin-bottom: 0;
}

.gb-jumbo h1 {
    font-weight: 300;
}

.lines {
    height: 2px;
    background: #852d85;
    position: absolute;
    transform: translate(-50%, -50%);
    animation: animate 1.5s linear none;
}

.line-1 {
    top: 34%;
    animation-delay: 0s;
}

.line-2 {
    top: 67%;
    animation-delay: 1.5s;
}

.line-3 {
    top: 100%;
    animation-delay: 3s;
}

@keyframes animate {
    0% {
        left: 20%;
        width: 150px;
    }
    100% {
        left: 90%;
        width: 0px
    }
}

.gb-card .card-image .card-title {
    padding: 0.2em 0.5em 0.2em 1em;
    text-shadow: 0px 2px 0px black;
}

.gb-store-link {
    height: 50px;
}

.gb-card-action a {
    margin-right: 1em !important;
}

.gb-card-action img {
    height: 50px;
}

.gb-classic-header {
    background-image: url('../images/branding/head-back.png');
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: center;
}

.gb-classic-header h2 {
    font-size: 3em;
    padding: 0.7em;
    color: #e354a7;
    text-shadow: 0px 2px 0px #140314, 0px -1px 0px #d494d4;
}


/* HOME PAGE ENDS HERE*/


/* STORY PAGE */

.cool-nav {
    padding: 30px 0 0px 0;
}

.cool-nav .menu-icon {
    padding: 0.25em;
    float: right;
    color: #999;
}

.gb-brand {
    width: 24em;
}

.gb-jumbo-title {
    font-size: 7em;
    font-weight: 900;
}

.game-title {
    font-size: 4em;
    font-weight: 900;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
}

.game-icon {
    height: 100px;
}

.gb-jumbo-container {
    padding: 2em;
}

#svg-story-left {
    overflow: hidden;
    vertical-align: middle;
    position: absolute;
    clip-path: inset(0 0 57% 0);
    bottom: -14em;
    right: 1em;
}

#story .row,
#news-links {
    margin-bottom: 0;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.img-fit {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left top;
}

#svg-jobs-first {
    overflow: hidden;
    vertical-align: middle;
    position: absolute;
    clip-path: inset(0 0 57% 0);
    bottom: -14em;
    left: 1em;
}

.games-stats {
    text-align: center;
}

.games-stats .col {
    background: #e047a3;
    border-radius: 10px;
}

.games-stats .type {
    font-weight: 500;
    font-size: 1.1em;
    display: block;
    padding-top: 1em;
    color: #80074e
}

.games-stats .count {
    display: block;
    font-size: 2em;
    font-weight: 600;
    color: #671245;
    padding-bottom: 0.5em;
    font-family: 'Montserrat', sans-serif;
}

.gb-features li {
    margin: 1.4em 0;
    border-left: 5px solid #e047a3;
    padding-left: 10px;
}

.game-quote {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #fd54b9;
    font-size: 2.8em;
}

.remove-margin {
    margin-bottom: 0px;
}

.page-footer {
    background-color: #250829;
}

.page-footer ul li {
    list-style-type: square;
    margin-left: 1.2em;
    color: #4f3352;
}

.page-footer a,
.page-footer p,
#gb-copyright,
#gb-copyright a {
    color: #9c76a0;
    margin-bottom: 0;
}

#privacy-container ul li {
    list-style-type: circle;
    padding-left: 1em;
    margin-left: 1.2em;
    margin-bottom: 0.5em;
}

#gb-team .mem-container {
    min-height: 150px;
}

.back-fit-w {
    background-size: cover;
}

.gb-team-card .col {
    padding: 0;
}

.gb-team-card p,
.gb-team-card h5 {
    margin: 0;
    padding: 0;
}

.gb-team-card .content {
    padding-left: 0.5em;
}

#news-links .card-panel {
    padding: 0.6em 1em;
}

#news-links .card-panel .row {
    margin-bottom: 0;
}


/* STORY PAGE ENDS */

.gb-joblist-parent {
    background: #f2f2f2;
    padding-bottom: 20px;
}

#jobs .container {
    max-width: 1600px;
}

#jobs .card {
    box-shadow: none;
    background: #fff;
    border-radius: 3px;
    padding: 53px 20px;
    width: 100%;
    height: 100%;
}

.gb-section-header {
    margin: 0 0 40px 0;
    padding-top: 60px;
}

.gb-button-fancy {
    background: #e02b7e;
    padding: 1em 2em;
    display: block;
    color: #fff;
    font-family: "Poppins";
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    min-width: 150px;
    position: relative;
    z-index: 1;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    text-align: center;
    max-width: 150px;
    margin: 0 8px;
}

.gb-button-big {
    display: inline-block;
    min-width: 180px;
}

.gb-button-fancy.green {
    background: #18AA67 !important;
}

.gb-btn-regular {
    padding: 1em 2em;
}

#jobs .card .gb-button-fancy {
    margin: 0 auto;
}

.gb-button-fancy::before,
.gb-button-fancy::after {
    content: '';
    position: absolute;
    border-radius: inherit;
    background: #e02b7e;
    z-index: -1;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.gb-button-fancy.green::after,
.gb-button-fancy.green::before {
    background: #18AA67 !important;
}

.gb-button-fancy::before {
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    opacity: 0.2;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.gb-button-fancy::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(1.1, 1, 1);
    transform: scale3d(1.1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
}

.gb-button-fancy:hover {
    color: #fff;
}

.gb-button-fancy:hover::before {
    opacity: 1;
}

.gb-button-fancy:hover::after {
    background-color: #e02b7e;
}

.gb-button-fancy.green:hover::after {
    background-color: #18AA67 !important;
}

.gb-button-fancy:hover::after,
.gb-button-fancy:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.gb-job-card-content {
    padding-bottom: 50px;
}

.gb-job-card--title {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.gb-job-card--type {}

.gb-job-card--dot {
    color: #ff6eb1;
}

.gb-job-card--location {
    font-size: 16px;
}

.gb-job-card--misc {
    color: #000;
    font-size: 20px;
    text-align: center;
}

.gb-joblist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    margin-bottom: 0;
}

.gb-joblist-card {
    display: flex;
    flex: 1 0 30%;
    margin: 0 0 30px;
}

.gb-joblist-card:nth-child(3n+2) {
    margin: 0 30px 30px;
}

@media screen and (max-width: 1280px) {
    .gb-joblist-card {
        flex: 1 0 46%;
    }
    .gb-joblist-card:nth-child(3n+2) {
        margin: 0 0 30px 0;
    }
    .gb-joblist-card:nth-child(odd) {
        margin: 0 30px 30px 0;
    }
}

@media screen and (max-width: 767px) {
    .gb-joblist-card {
        flex: 1 0 100%;
    }
    .gb-joblist-card:nth-child(3n+2) {
        margin: 0 0 30px;
    }
}

@media screen and (min-width: 993px) {
    .gb-jobs-header {
        margin-right: 180px;
        float: right !important;
    }
}

#gb-copyright {
    border-top: 1px solid #471a4c4d !important;
    background: none;
}

.gb-page-header-bg {
    background: linear-gradient(#e02b7e, #672467);
}

#jobs>.row:first-of-type {
    margin-bottom: 0;
}

.serious-text {
    font-family: "Montserrat";
    font-weight: bold;
}